| netsqlazman_Settings |
| Logical Entity Name | netsqlazman_Settings |
| Default Table Name | netsqlazman_Settings |
| Physical Only | NO |
| Definition | |
| Note |
| netsqlazman_Settings Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
SettingName |
nvarchar(255) | NO | ||
| SettingValue | nvarchar(255) | NO |
| netsqlazman_Settings Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK_Settings | PrimaryKey | SettingName |
| netsqlazman_Settings Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| netsqlazman_Settings Check Constraints |
| Check Constraint Name | CheckConstraint |
| CK_Settings | ([SettingName]='Mode' AND ([SettingValue]='Developer' OR [SettingValue]='Administrator') OR [SettingName]='LogErrors' AND ([SettingValue]='True' OR [SettingValue]='False') OR [SettingName]='LogWarnings' AND ([SettingValue]='True' OR [SettingValue]='False') OR [SettingName]='LogInformations' AND ([SettingValue]='True' OR [SettingValue]='False') OR [SettingName]='LogOnEventLog' AND ([SettingValue]='True' OR [SettingValue]='False') OR [SettingName]='LogOnDb' AND ([SettingValue]='True' OR [SettingValue]='False')) |